CyclicBuffer.opSlice

buffer[i .. j]

  1. size_t[2] opSlice(size_t i, size_t j)
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    const nothrow pure @safe @nogc
    size_t[2]
    opSlice
    (
    size_t k : 0
    )
    (
    size_t i
    ,
    size_t j
    )
  2. Range!This opIndex(size_t[2] indices)

Meta